home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2006 May / PCWMAY06.iso / Software / Resources / HTMLGate 12.2.1B / htmlgate.exe / {app} / Templates / frame_bannerandcontents.tmpl < prev    next >
Text File  |  2003-04-18  |  606b  |  20 lines

  1. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN">
  2. <HTML>
  3.    <HEAD>
  4.       <TITLE></TITLE>
  5.    </HEAD>
  6.    <FRAMESET ROWS="64,*">
  7.       <FRAME NAME="banner" SCROLLING="no" NORESIZE TARGET="contents" SRC="YOURSITE.htm">
  8.       <FRAMESET COLS="150,*">
  9.          <FRAME NAME="contents" TARGET="main" SRC="YOURSITE.htm">
  10.          <FRAME NAME="main" SRC="YOURSITE.htm">
  11.       </FRAMESET>
  12.       <NOFRAMES>
  13.          <BODY>
  14.             <P>
  15.                This page uses frames, but your browser doesn't support them.
  16.             </P>
  17.          </BODY>
  18.       </NOFRAMES>
  19.    </FRAMESET>
  20. </HTML>